From 11c434adbb7ab29e356cc06278a0db210f64ebb3 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 26 Aug 2025 15:36:39 -0500 Subject: [PATCH] vips: update to 8.17.1 Upstream list of changes is available at https://github.com/libvips/libvips/releases/tag/v8.17.1. Signed-off-by: W. Michael Petullo --- libs/vips/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/vips/Makefile b/libs/vips/Makefile index d6d55443ce..216323a9b9 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips -PKG_VERSION:=8.16.1 +PKG_VERSION:=8.17.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION) -PKG_HASH:=d114d7c132ec5b45f116d654e17bb4af84561e3041183cd4bfd79abfb85cf724 +PKG_HASH:=4d8c3325922c5300253d7594507a8f1d3caf8eed70dfb66cc7eb2cbed65bb5ca PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPL-2.1-or-later @@ -34,7 +34,8 @@ define Package/vips endef MESON_ARGS += \ - -Dgtk_doc=false \ + -Ddocs=false \ + -Dcpp-docs=false \ -Dintrospection=disabled \ -Danalyze=false \ -Dcfitsio=disabled \ -- 2.30.2